Version

SortConditionCollection<T> Class Methods

For a list of all members of this type, see SortConditionCollection<T> members.

Public Methods
 NameDescription
Public MethodAddAdds a sort condition to the collection.  
Public MethodAddRangeAdds a range of sort conditions to the collection.  
Public MethodClearClears the collection.  
Public MethodContainsOverloaded. Determines whether the specified sort-able item is in the collection.  
Public MethodIndexOfOverloaded. Gets the index of the specified sort-able item in the collection.  
Public MethodInsertInserts a sort condition into the collection.  
Public MethodInsertRangeInserts a range of sort conditions into the collection.  
Public MethodRemoveOverloaded. Removes a sort-able item from the collection.  
Public MethodRemoveAtRemoves the sort condition at the specified index.  
Public MethodReplaceAllClears the existing sort conditions from the collection and replaces them with new entries in a single atomic operation.  
See Also